.swiper {
  width: 595px;
  height: 408px;
  position: relative;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper .title_box .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper .title_box .swiper-pagination {
  position: unset;
  width: 200px;
  text-align: right;
}
.swiper .title_box .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper .title_box .swiper-pagination-bullet-active {
  background-color: #0c69c6;
  width: 15px;
  border-radius: 5px;
}
.swiper_container {
  position: relative;
  width: 1300px;
}
.mySwiper3   {
  width: 1200px;
  height: 272px;
  display: flex;
}
.mySwiper3 .swiper-slide {
  position: relative;
  display: block;
  /*margin-right: 58px;*/
  /*width: 361px !important;*/
}
.mySwiper3 .swiper-slide:last-child {
  margin-right: 0;
}
.mySwiper3 .swiper-slide p {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(20, 97, 179, 0.6);
  color: #fff;
}

.mySwiper3 .swiper-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev {
  width: 19px !important;
  height: 37px !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.swiper-button-next {
  background-image: url("../../images/index/right.png") !important;
}
.swiper-button-prev {
  background-image: url("../../images/index/left.png") !important;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main {
  width: 100%;
  margin: 0 auto;
  background-color: #fefbf6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .flex_box {
  width: 1200px;
  padding: 18px 0;
  display: flex;
}
.flex_box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .info_box {
  width: 580px;
  margin-left: 25px;
  height: 408px;
}
.main .info_box .tabs .tab {
  width: 100px;
  color: #515151;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  height: 25px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
.main .info_box .tabs .tab_active {
  color: #1560b4;
}
.main .info_box .tabs .tab_line {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  position: relative;
}
.main .info_box .tabs .tab_line .tab_line_active {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #1560b4;
  transition: left ease 0.3s;
}
.main .info_box .info_content .info_list .list_item1 {
  cursor: pointer;
}
.main .info_box .info_content .info_list .list_item1 .item_title {
  font-size: 20px;
  height: 55px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1560b4;
}
.main .info_box .info_content .info_list .list_item1 .item_content2 {
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 10px;
}
.main .info_box .info_content .info_list .list_item1 .item_overflow {
  font-size: 14px;
  line-height: 24px;
  color: #878787;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .info_box .info_content .info_list .list_item2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d0;
  height: 78px;
  cursor: pointer;
}
.main .info_box .info_content .info_list .list_item2 .img_right{
  margin-left: 5px;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.main .info_box .info_content .info_list .list_item2 .item_title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.main .info_box .info_content .info_list .list_item2 .item_overflow2 {
  font-size: 14px;
  color: #878787;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .info_box .info_content .info_list .list_item2 .item_time {
  font-size: 16px;
  min-width: 90px;
  margin-left: 8px;
}

.promotional_img {
  width: 1200px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
  cursor: pointer;
}

.promotional_img2 {
  width: 1200px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 15px;
  cursor: pointer;
}

.business_box {
  width: 100%;
  background-image: url("../../images/index/bg3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  padding-bottom: 15px;
  color: #fff;
}
.box_top {
  margin: 40px 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box_top .border {
  display: inline-block;
  width: 109px;
  height: 3px;
  background-image: url("../../images/index/border.png");
  background-repeat: no-repeat;
  margin-top: 15px;
}


.box_top .box_title {
  font-size: 26px;
  cursor: default;
  color: #000;
}

.business_content {
  width: 1205px;
  height: 518px;
  display: flex;
  justify-content: space-between;
}

.business_content .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 241px;
  height: 100%;
  padding: 0 25px;
}

.business_content .item.bg1{
  background-image: url("../../images/index/jtjj.png");
}
.business_content .item.bg2{
  background-image: url("../../images/index/dlys.png");
}
.business_content .item.bg3{
  background-image: url("../../images/index/lyfw.png");
}
.business_content .item.bg4{
  background-image: url("../../images/index/cdz.png");;
}
.business_content .item.bg5{
  background-image: url("../../images/index/hywl.png");
}
.business_content .item .img_box {
  height: 42px;
  display: flex;
  align-items: end;
}
.business_content .item .img1{
  width: 40px;
  height: 42px;
  cursor: default;
}
.business_content .item .img2 {
  width: 39px;
  height: 31px;
  cursor: default;
}
.business_content .item .img3 {
  width: 41px;
  height: 42px;
  cursor: default;
}
.business_content .item .img4 {
  width: 36px;
  height: 36px;
  cursor: default;
}
.business_content .item .img5 {
  width: 42px;
  height: 26px;
  cursor: default;
}
.business_content .item .item_title1{
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
.item_title2 {
  font-size: 16px;
  height: 48px;
  margin-bottom: 55px;
  word-break: break-all;
  text-align: left;
}
.business_content .item .item_text {
  font-size: 14px;
  text-indent: 2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  min-height: 84px;
}
.business_content .item .item_add {
  color: #fff;
  width: 15px;
  height: 15px;
  margin-bottom: 26px;
  cursor: default;
}
.business_content .item .item_more {
  width: 95px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: 1px solid #8b9196;
  border-radius: 20px;
  font-size: 14px;
}

.box_container {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.box_container img {
  width: 120px;
  height: 80px;
  margin-right: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
.box_container .box_item {
  width: 400px;
  height: 105px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.box_container .box_item:nth-child(1), .box_container .box_item:nth-child(2), .box_container .box_item:nth-child(3){
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.box_container .box_item:nth-child(1), .box_container .box_item:nth-child(2), .box_container .box_item:nth-child(4), .box_container .box_item:nth-child(5) {
  padding-right: 20px;
}
.box_container .box_item:nth-child(4), .box_container .box_item:nth-child(5), .box_container .box_item:nth-child(6){
  padding-top: 20px;
}
.box_container .box_item:nth-child(2), .box_container .box_item:nth-child(3), .box_container .box_item:nth-child(5), .box_container .box_item:nth-child(6){
  padding-left: 20px;
}
.box_container .box_item:nth-child(3n) {
  border-right: 0;
}
.box_container .box_right {
  overflow: hidden;
}
.box_container .box_right .box_title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 10px;
  font-size: 18px;
}
.box_container .box_right span {
  font-size: 12px;
  margin-top: 12px;
}
.box_container .text_over {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #8e8e8e;
  font-size: 14px;
  margin-top: 6px;
}

.container_bg1 {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/index/bg1.png");
}

.container_bg2 {
  width: 100%;
  height: 523px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../../images/index/bg2.png");
}

.box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

}
.box img {
  width: 280px;
  min-width: 280px;
}
.box .close_btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.box .close_btn:hover {
  color: #a00000;
}